Skip to content

chore(deps): bump dompurify from 3.3.3 to 3.4.0#7109

Merged
jstirnaman merged 1 commit intorelease/2026-04-20from
dependabot/npm_and_yarn/dompurify-3.4.0
Apr 20, 2026
Merged

chore(deps): bump dompurify from 3.3.3 to 3.4.0#7109
jstirnaman merged 1 commit intorelease/2026-04-20from
dependabot/npm_and_yarn/dompurify-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps dompurify from 3.3.3 to 3.4.0.

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.0

Most relevant changes:

  • Fixed a problem with FORBID_TAGS not winning over ADD_TAGS, thanks @​kodareef5
  • Fixed several minor problems and typos regarding MathML attributes, thanks @​DavidOliver
  • Fixed ADD_ATTR/ADD_TAGS function leaking into subsequent array-based calls, thanks @​1Jesper1
  • Fixed a missing SAFE_FOR_TEMPLATES scrub in RETURN_DOM path, thanks @​bencalif
  • Fixed a prototype pollution via CUSTOM_ELEMENT_HANDLING, thanks @​trace37labs
  • Fixed an issue with ADD_TAGS function form bypassing FORBID_TAGS, thanks @​eddieran
  • Fixed an issue with ADD_ATTR predicates skipping URI validation, thanks @​christos-eth
  • Fixed an issue with USE_PROFILES prototype pollution, thanks @​christos-eth
  • Fixed an issue leading to possible mXSS via Re-Contextualization, thanks @​researchatfluidattacks and others
  • Fixed an issue with closing tags leading to possible mXSS, thanks @​frevadiscor
  • Fixed a problem with the type dentition patcher after Node version bump
  • Fixed freezing BS runs by reducing the tested browsers array
  • Bumped several dependencies where possible
  • Added needed files for OpenSSF scorecard checks

Published Advisories are here: https://github.com/cure53/DOMPurify/security/advisories?state=published

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 16, 2026 03:37
@dependabot dependabot Bot removed the request for review from a team April 16, 2026 03:37
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 16, 2026
@dependabot dependabot Bot requested a review from jstirnaman April 16, 2026 03:37
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 16, 2026
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.3...3.4.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dompurify-3.4.0 branch from c47cf87 to a956d55 Compare April 20, 2026 16:27
@jstirnaman jstirnaman changed the base branch from master to release/2026-04-20 April 20, 2026 20:44
@jstirnaman jstirnaman merged commit 86da019 into release/2026-04-20 Apr 20, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dompurify-3.4.0 branch April 20, 2026 20:47
jstirnaman added a commit that referenced this pull request Apr 20, 2026
* Telegraf v1.38.3 (#7126)

* Updating changelog

* Updating plugin list

* Updating product version

* Updating plugins

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* chore(ci): add lockfile-lint PR check to prevent yarn.lock injection (#7114)

Add a GitHub Actions workflow that validates yarn.lock on every PR,
ensuring all resolved URLs use HTTPS and point to registry.yarnpkg.com.
Prevents lockfile injection attacks where a PR modifies resolved URLs
to fetch packages from attacker-controlled hosts.

Uses lockfile-lint@5.0.0 via npx (no new dependencies in package.json).
SHA-pinned actions, sparse checkout of yarn.lock only, least-privilege
permissions.

* chore(deps): bump dompurify from 3.3.3 to 3.4.0 (#7109)

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.3...3.4.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release Chronograf v1.11.1 (#7105)

* Release Chronograf v1.11.1

* Update content/chronograf/v1/about_the_project/release-notes.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/chronograf/v1/about_the_project/release-notes.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/chronograf/v1/about_the_project/release-notes.md

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>

* feat(products): add oss_repo field for products with public repos (#7106)

Adds `oss_repo` to data/products.yml for products that have a public
GitHub repository. Each entry captures the repo name and the product's
default branch. Presence of the field indicates the product has a public
repo; absence indicates it does not (e.g., v3 Enterprise, Cloud
Dedicated, Cloud Serverless, Clustered, Enterprise v1).

This separates repo identity from `namespace`, which currently conflates
URL path / menu grouping with GitHub repo name. Templates can derive
issue, source, or release URLs from `oss_repo.name` + `oss_repo.branch`
without hardcoded product fixups.

For multi-version products (influxdb OSS v1/v2), `branch` uses a
version-keyed map consistent with other versioned fields like
`content_path` and `latest_patches`.

Groundwork for #7095 feedback-button routing redesign.

Co-authored-by: Claude <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant